home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TFILECONVERTFORM / TFILECONVERTFORM.txt < prev   
Encoding:
Text File  |  1997-02-27  |  1.8 KB  |  85 lines

  1. object FileConvertForm: TFileConvertForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 72
  7.   ClientWidth = 351
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 351
  20.     Height = 72
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 1
  24.     TabOrder = 0
  25.     object Panel2: TPanel
  26.       Left = 1
  27.       Top = 1
  28.       Width = 349
  29.       Height = 70
  30.       Align = alClient
  31.       Ctl3D = True
  32.       ParentCtl3D = False
  33.       TabOrder = 0
  34.       object Label1: TLabel
  35.         Left = 76
  36.         Top = 16
  37.         Width = 259
  38.         Height = 15
  39.         Caption = 'Converting DOS publication to Windows format.'
  40.         Font.Color = clBtnText
  41.         Font.Height = -12
  42.         Font.Name = 'Arial'
  43.         Font.Style = []
  44.         ParentFont = False
  45.       end
  46.       object Label2: TLabel
  47.         Left = 156
  48.         Top = 40
  49.         Width = 73
  50.         Height = 15
  51.         Caption = 'Please wait...'
  52.       end
  53.       object Image1: TNeoBookImage
  54.         Left = 8
  55.         Top = 8
  56.         Width = 59
  57.         Height = 57
  58.         AutoSize = True
  59.         Picture.Data = {<image000.bmp>}
  60.         Transparent = True
  61.       end
  62.       object Image2: TNeoBookImage
  63.         Left = 8
  64.         Top = 8
  65.         Width = 59
  66.         Height = 57
  67.         AutoSize = True
  68.         Picture.Data = {<image001.bmp>}
  69.         Visible = False
  70.         Transparent = True
  71.       end
  72.       object Image3: TNeoBookImage
  73.         Left = 8
  74.         Top = 8
  75.         Width = 59
  76.         Height = 57
  77.         AutoSize = True
  78.         Picture.Data = {<image002.bmp>}
  79.         Visible = False
  80.         Transparent = True
  81.       end
  82.     end
  83.   end
  84. end
  85.